﻿
# Root scholars
scholar_character = {
	age = { 35 50 }
	random_traits_list = {
		count = 1
		education_learning_3 = {}
		education_learning_4 = {}
	}
	random_traits_list = {
		count = 1
		lifestyle_herbalist = {}
		lifestyle_physician = {}
		lifestyle_mystic = {}
		lifestyle_gardener = {}
		theologian = {}
		shrewd = {}
	}
	trait = loyal
	random_traits = yes
	faith = root.faith
	culture = root.culture
	gender_female_chance = root_faith_dominant_gender_adjusted_female_chance
	learning = {
		min_template_high_skill
		max_template_high_skill
	}
	after_creation = {
		shogunate_set_fictional_nickname_effect = yes
	}
}

writer_character = {
	age = { 25 60 }
	random_traits_list = {
		count = 1
		education_learning_2 = {}
		education_learning_3 = {}
		education_learning_4 = {}
		education_stewardship_2 = {}
		education_stewardship_3 = {}
	}
	random_traits_list = {
		count = 1
		devoted = {}
		scholar = {}
	}
	random_traits = yes
	faith = root.faith
	culture = root.culture
	gender_female_chance = root_faith_dominant_gender_adjusted_female_chance
	martial = {
		min_template_low_skill
		max_template_low_skill
	}
	learning = {
		min_template_high_skill
		max_template_high_skill
	}
	after_creation = {
		shogunate_set_fictional_nickname_effect = yes
	}
}

# Capital county-based scholars
capital_scholar_character = {
	age = { 35 50 }
	random_traits_list = {
		count = 1
		education_learning_2 = {}
		education_learning_3 = {}
		education_learning_4 = {}
	}
	random_traits = yes
	faith = capital_county.faith
	culture = capital_county.culture
	gender_female_chance = root_faith_dominant_gender_adjusted_female_chance
	learning = {
		min_template_high_skill
		max_template_high_skill
	}
	after_creation = {
		shogunate_set_fictional_nickname_effect = yes
	}
}

capital_writer_character = {
	age = { 25 60 }
	random_traits_list = {
		count = 1
		education_learning_2 = {}
		education_learning_3 = {}
		education_learning_4 = {}
		education_stewardship_2 = {}
		education_stewardship_3 = {}
	}
	random_traits_list = {
		count = 1
		devoted = {}
		scholar = {}
	}
	random_traits = yes
	faith = capital_county.faith
	culture = capital_county.culture
	gender_female_chance = root_faith_dominant_gender_adjusted_female_chance
	martial = {
		min_template_low_skill
		max_template_low_skill
	}
	learning = {
		min_template_high_skill
		max_template_high_skill
	}
	after_creation = {
		shogunate_set_fictional_nickname_effect = yes
	}
}
